C1.WPF.Document.4.6.2 Assembly / C1.WPF.Document Namespace / C1SortedList<TKey,TValue> Class
The type of key.
The type of value.
Members

C1SortedList<TKey,TValue> Class
The sorted list class.
Object Model
C1SortedList<TKey,TValue> Class
Syntax
'Declaration
 
Public Class C1SortedList
    (Of TKey As IComparable(Of TKey),
     TValue) 
 
Type Parameters
TKey
The type of key.
TValue
The type of value.
Inheritance Hierarchy

System.Object
   C1.WPF.Document.C1SortedList<TKey,TValue>

See Also